home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / kernel / clean.bat < prev    next >
DOS Batch File  |  1995-08-08  |  264b  |  16 lines

  1. @echo off
  2. rm -zq *.bak
  3. rm -zq *.ckp
  4. rm -zq *.bk2
  5. rm -zq emacsmem
  6. rm -zq *.~
  7. rm -zq *.?~
  8. rm -zq *.??~
  9. rm -zq #*.*
  10. rm -zq *.obj *.o curlib.* *.err
  11. if exist --linux-.--- del --linux-.---
  12. rm -zq *.{*
  13. cd port
  14. if exist --linux-.--- del --linux-.---
  15. cd ..
  16.